Scheduler for WinRT
NewAppointmentDialog(DateTime,DateTime,Nullable<Boolean>,BaseObject) Method


The start value.
The end value.
The System.Boolean value specifying whether appointment is all-day event.
The object determining SchedulerGroupItemen for which appointment should be created.
Shows the Edit Appointment dialog for the creation of a new C1.C1Schedule.Appointment object with the specified parameters.
Syntax
'Declaration
 
Public Overloads Sub NewAppointmentDialog( _
   ByVal start As Date, _
   ByVal end As Date, _
   ByVal allDayEvent As Nullable(Of Boolean), _
   ByVal groupOwner As BaseObject _
) 
'Usage
 
Dim instance As C1Scheduler
Dim start As Date
Dim end As Date
Dim allDayEvent As Nullable(Of Boolean)
Dim groupOwner As BaseObject
 
instance.NewAppointmentDialog(start, end, allDayEvent, groupOwner)
public void NewAppointmentDialog( 
   DateTime start,
   DateTime end,
   Nullable<bool> allDayEvent,
   BaseObject groupOwner
)

Parameters

start
The start value.
end
The end value.
allDayEvent
The System.Boolean value specifying whether appointment is all-day event.
groupOwner
The object determining SchedulerGroupItemen for which appointment should be created.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.